home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form SetupForm
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- Caption = "Screen Saver"
- ClientHeight = 1215
- ClientLeft = 1095
- ClientTop = 1515
- ClientWidth = 4155
- Height = 1620
- Left = 1035
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1215
- ScaleWidth = 4155
- Top = 1170
- Width = 4275
- Begin Timer Timer1
- Interval = 1
- Left = 120
- Top = 600
- End
- Begin TextBox txtMaxLines
- Height = 285
- Left = 5760
- MaxLength = 3
- TabIndex = 0
- Text = "100"
- Top = 2640
- Visible = 0 'False
- Width = 615
- End
- Begin CommandButton cmdOK
- Caption = "OK"
- Default = -1 'True
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 3000
- TabIndex = 1
- Top = 600
- Width = 1095
- End
- Begin Label Label4
- Alignment = 1 'Right Justify
- BackColor = &H00C0C0C0&
- Caption = "Maximum number of lines:"
- Height = 255
- Left = 4800
- TabIndex = 3
- Top = 2760
- Visible = 0 'False
- Width = 2655
- End
- Begin Label Label2
- Alignment = 2 'Center
- AutoSize = -1 'True
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- Caption = "Example screen saver, By Jeremy1224!"
- FontBold = -1 'True
- FontItalic = -1 'True
- FontName = "Times New Roman"
- FontSize = 12
- FontStrikethru = 0 'False
- FontUnderline = -1 'True
- Height = 315
- Left = 120
- TabIndex = 2
- Top = 120
- Width = 3915
- End
- Sub cmdOK_Click ()
- Unload Me ' Unload Setup form
- End Sub
- Sub Form_Load ()
- '-- Center the Form
- CenterForm Me
- End Sub
-